StreamingSubscription Constructor (Boolean, IListEventType) |
Initializes a new instance of the StreamingSubscription class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic StreamingSubscription(
bool subscribeToAllFolders,
IList<EventType> eventTypes
)
Public Sub New (
subscribeToAllFolders As Boolean,
eventTypes As IList(Of EventType)
)
Parameters
- subscribeToAllFolders
- Type: SystemBoolean
if set to true [subscribe to all folders]. - eventTypes
- Type: System.Collections.GenericIListEventType
The event types.
See Also